Structure that contains APN data statistics
- Parameters
-
| apnId |
- APN id
- ID identifing the connected APN that the client would like to query the data statistic for
- Bit to check in ParamPresenceMask - 3
|
| total_tx_pkt |
- sum of all packets sent
- Bit to check in ParamPresenceMask - 3
|
| total_tx_pkt_drp |
- sum of all(TX) packets dropped
- Bit to check in ParamPresenceMask - 3
|
| total_rx_pkt |
- sum of all packets received
- Bit to check in ParamPresenceMask - 3
|
| total_tx_bytes |
- sum of all bytes sent
- Bit to check in ParamPresenceMask - 3
|
| total_tx_bytes_drp |
- sum of all(TX) bytes dropped
- Bit to check in ParamPresenceMask - 3
|
| total_rx_bytes |
- number of received bytes for the QoS flow ID
- Bit to check in ParamPresenceMask - 3
|
| numQosFlow |
- pointer to number of QoS flow Stat
- Bit to check in ParamPresenceMask - 4
|
| qosFlow[LITEQMI_MAX_QOS_FLOW_PER_APN_STATS] |
|
| ParamPresenceMask |
- bitmask representation to indicate valid parameters.
|